\(\int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx\) [838]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [F(-2)]
   Giac [A] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 29, antiderivative size = 129 \[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=-\frac {2 \left (a+\frac {d (c d-b e)}{e^2}\right ) \sqrt {f+g x}}{(e f-d g) \sqrt {d+e x}}+\frac {c \sqrt {d+e x} \sqrt {f+g x}}{e^2 g}-\frac {(c e f+3 c d g-2 b e g) \text {arctanh}\left (\frac {\sqrt {g} \sqrt {d+e x}}{\sqrt {e} \sqrt {f+g x}}\right )}{e^{5/2} g^{3/2}} \]

[Out]

-(-2*b*e*g+3*c*d*g+c*e*f)*arctanh(g^(1/2)*(e*x+d)^(1/2)/e^(1/2)/(g*x+f)^(1/2))/e^(5/2)/g^(3/2)-2*(a+d*(-b*e+c*
d)/e^2)*(g*x+f)^(1/2)/(-d*g+e*f)/(e*x+d)^(1/2)+c*(e*x+d)^(1/2)*(g*x+f)^(1/2)/e^2/g

Rubi [A] (verified)

Time = 0.08 (sec) , antiderivative size = 129, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.172, Rules used = {963, 81, 65, 223, 212} \[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=-\frac {2 \sqrt {f+g x} \left (a+\frac {d (c d-b e)}{e^2}\right )}{\sqrt {d+e x} (e f-d g)}-\frac {\text {arctanh}\left (\frac {\sqrt {g} \sqrt {d+e x}}{\sqrt {e} \sqrt {f+g x}}\right ) (-2 b e g+3 c d g+c e f)}{e^{5/2} g^{3/2}}+\frac {c \sqrt {d+e x} \sqrt {f+g x}}{e^2 g} \]

[In]

Int[(a + b*x + c*x^2)/((d + e*x)^(3/2)*Sqrt[f + g*x]),x]

[Out]

(-2*(a + (d*(c*d - b*e))/e^2)*Sqrt[f + g*x])/((e*f - d*g)*Sqrt[d + e*x]) + (c*Sqrt[d + e*x]*Sqrt[f + g*x])/(e^
2*g) - ((c*e*f + 3*c*d*g - 2*b*e*g)*ArcTanh[(Sqrt[g]*Sqrt[d + e*x])/(Sqrt[e]*Sqrt[f + g*x])])/(e^(5/2)*g^(3/2)
)

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 81

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[b*(c + d*x)^
(n + 1)*((e + f*x)^(p + 1)/(d*f*(n + p + 2))), x] + Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)))/(
d*f*(n + p + 2)), Int[(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2,
0]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 223

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 963

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :
> With[{Qx = PolynomialQuotient[(a + b*x + c*x^2)^p, d + e*x, x], R = PolynomialRemainder[(a + b*x + c*x^2)^p,
 d + e*x, x]}, Simp[R*(d + e*x)^(m + 1)*((f + g*x)^(n + 1)/((m + 1)*(e*f - d*g))), x] + Dist[1/((m + 1)*(e*f -
 d*g)), Int[(d + e*x)^(m + 1)*(f + g*x)^n*ExpandToSum[(m + 1)*(e*f - d*g)*Qx - g*R*(m + n + 2), x], x], x]] /;
 FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[e*f - d*g, 0] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0]
&& IGtQ[p, 0] && LtQ[m, -1]

Rubi steps \begin{align*} \text {integral}& = -\frac {2 \left (a+\frac {d (c d-b e)}{e^2}\right ) \sqrt {f+g x}}{(e f-d g) \sqrt {d+e x}}-\frac {2 \int \frac {\frac {(c d-b e) (e f-d g)}{2 e^2}-\frac {c (e f-d g) x}{2 e}}{\sqrt {d+e x} \sqrt {f+g x}} \, dx}{e f-d g} \\ & = -\frac {2 \left (a+\frac {d (c d-b e)}{e^2}\right ) \sqrt {f+g x}}{(e f-d g) \sqrt {d+e x}}+\frac {c \sqrt {d+e x} \sqrt {f+g x}}{e^2 g}-\frac {(c e f+3 c d g-2 b e g) \int \frac {1}{\sqrt {d+e x} \sqrt {f+g x}} \, dx}{2 e^2 g} \\ & = -\frac {2 \left (a+\frac {d (c d-b e)}{e^2}\right ) \sqrt {f+g x}}{(e f-d g) \sqrt {d+e x}}+\frac {c \sqrt {d+e x} \sqrt {f+g x}}{e^2 g}-\frac {(c e f+3 c d g-2 b e g) \text {Subst}\left (\int \frac {1}{\sqrt {f-\frac {d g}{e}+\frac {g x^2}{e}}} \, dx,x,\sqrt {d+e x}\right )}{e^3 g} \\ & = -\frac {2 \left (a+\frac {d (c d-b e)}{e^2}\right ) \sqrt {f+g x}}{(e f-d g) \sqrt {d+e x}}+\frac {c \sqrt {d+e x} \sqrt {f+g x}}{e^2 g}-\frac {(c e f+3 c d g-2 b e g) \text {Subst}\left (\int \frac {1}{1-\frac {g x^2}{e}} \, dx,x,\frac {\sqrt {d+e x}}{\sqrt {f+g x}}\right )}{e^3 g} \\ & = -\frac {2 \left (a+\frac {d (c d-b e)}{e^2}\right ) \sqrt {f+g x}}{(e f-d g) \sqrt {d+e x}}+\frac {c \sqrt {d+e x} \sqrt {f+g x}}{e^2 g}-\frac {(c e f+3 c d g-2 b e g) \tanh ^{-1}\left (\frac {\sqrt {g} \sqrt {d+e x}}{\sqrt {e} \sqrt {f+g x}}\right )}{e^{5/2} g^{3/2}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.34 (sec) , antiderivative size = 131, normalized size of antiderivative = 1.02 \[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=\frac {\sqrt {f+g x} \left (2 e (b d-a e) g+c \left (-3 d^2 g+e^2 f x+d e (f-g x)\right )\right )}{e^2 g (e f-d g) \sqrt {d+e x}}+\frac {(2 b e g-c (e f+3 d g)) \text {arctanh}\left (\frac {\sqrt {e} \sqrt {f+g x}}{\sqrt {g} \sqrt {d+e x}}\right )}{e^{5/2} g^{3/2}} \]

[In]

Integrate[(a + b*x + c*x^2)/((d + e*x)^(3/2)*Sqrt[f + g*x]),x]

[Out]

(Sqrt[f + g*x]*(2*e*(b*d - a*e)*g + c*(-3*d^2*g + e^2*f*x + d*e*(f - g*x))))/(e^2*g*(e*f - d*g)*Sqrt[d + e*x])
 + ((2*b*e*g - c*(e*f + 3*d*g))*ArcTanh[(Sqrt[e]*Sqrt[f + g*x])/(Sqrt[g]*Sqrt[d + e*x])])/(e^(5/2)*g^(3/2))

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(696\) vs. \(2(109)=218\).

Time = 0.48 (sec) , antiderivative size = 697, normalized size of antiderivative = 5.40

method result size
default \(\frac {\sqrt {g x +f}\, \left (2 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) b d \,e^{2} g^{2} x -2 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) b \,e^{3} f g x -3 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) c \,d^{2} e \,g^{2} x +2 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) c d \,e^{2} f g x +\ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) c \,e^{3} f^{2} x +2 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) b \,d^{2} e \,g^{2}-2 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) b d \,e^{2} f g -3 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) c \,d^{3} g^{2}+2 \ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) c \,d^{2} e f g +\ln \left (\frac {2 e g x +2 \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+d g +e f}{2 \sqrt {e g}}\right ) c d \,e^{2} f^{2}+2 c d e g x \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}-2 c \,e^{2} f x \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+4 a \,e^{2} g \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}-4 b d e g \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}+6 c \,d^{2} g \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}-2 c d e f \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, \sqrt {e g}\right )}{2 \sqrt {e g}\, g \left (d g -e f \right ) \sqrt {\left (g x +f \right ) \left (e x +d \right )}\, e^{2} \sqrt {e x +d}}\) \(697\)

[In]

int((c*x^2+b*x+a)/(e*x+d)^(3/2)/(g*x+f)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/2*(g*x+f)^(1/2)*(2*ln(1/2*(2*e*g*x+2*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))*b*d*e^2*g^2*x
-2*ln(1/2*(2*e*g*x+2*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))*b*e^3*f*g*x-3*ln(1/2*(2*e*g*x+2
*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))*c*d^2*e*g^2*x+2*ln(1/2*(2*e*g*x+2*((g*x+f)*(e*x+d))
^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))*c*d*e^2*f*g*x+ln(1/2*(2*e*g*x+2*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)+d
*g+e*f)/(e*g)^(1/2))*c*e^3*f^2*x+2*ln(1/2*(2*e*g*x+2*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))
*b*d^2*e*g^2-2*ln(1/2*(2*e*g*x+2*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))*b*d*e^2*f*g-3*ln(1/
2*(2*e*g*x+2*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))*c*d^3*g^2+2*ln(1/2*(2*e*g*x+2*((g*x+f)*
(e*x+d))^(1/2)*(e*g)^(1/2)+d*g+e*f)/(e*g)^(1/2))*c*d^2*e*f*g+ln(1/2*(2*e*g*x+2*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(
1/2)+d*g+e*f)/(e*g)^(1/2))*c*d*e^2*f^2+2*c*d*e*g*x*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)-2*c*e^2*f*x*((g*x+f)*(e
*x+d))^(1/2)*(e*g)^(1/2)+4*a*e^2*g*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)-4*b*d*e*g*((g*x+f)*(e*x+d))^(1/2)*(e*g)
^(1/2)+6*c*d^2*g*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2)-2*c*d*e*f*((g*x+f)*(e*x+d))^(1/2)*(e*g)^(1/2))/(e*g)^(1/2
)/g/(d*g-e*f)/((g*x+f)*(e*x+d))^(1/2)/e^2/(e*x+d)^(1/2)

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 287 vs. \(2 (109) = 218\).

Time = 1.51 (sec) , antiderivative size = 588, normalized size of antiderivative = 4.56 \[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=\left [-\frac {{\left (c d e^{2} f^{2} + 2 \, {\left (c d^{2} e - b d e^{2}\right )} f g - {\left (3 \, c d^{3} - 2 \, b d^{2} e\right )} g^{2} + {\left (c e^{3} f^{2} + 2 \, {\left (c d e^{2} - b e^{3}\right )} f g - {\left (3 \, c d^{2} e - 2 \, b d e^{2}\right )} g^{2}\right )} x\right )} \sqrt {e g} \log \left (8 \, e^{2} g^{2} x^{2} + e^{2} f^{2} + 6 \, d e f g + d^{2} g^{2} + 4 \, {\left (2 \, e g x + e f + d g\right )} \sqrt {e g} \sqrt {e x + d} \sqrt {g x + f} + 8 \, {\left (e^{2} f g + d e g^{2}\right )} x\right ) - 4 \, {\left (c d e^{2} f g - {\left (3 \, c d^{2} e - 2 \, b d e^{2} + 2 \, a e^{3}\right )} g^{2} + {\left (c e^{3} f g - c d e^{2} g^{2}\right )} x\right )} \sqrt {e x + d} \sqrt {g x + f}}{4 \, {\left (d e^{4} f g^{2} - d^{2} e^{3} g^{3} + {\left (e^{5} f g^{2} - d e^{4} g^{3}\right )} x\right )}}, \frac {{\left (c d e^{2} f^{2} + 2 \, {\left (c d^{2} e - b d e^{2}\right )} f g - {\left (3 \, c d^{3} - 2 \, b d^{2} e\right )} g^{2} + {\left (c e^{3} f^{2} + 2 \, {\left (c d e^{2} - b e^{3}\right )} f g - {\left (3 \, c d^{2} e - 2 \, b d e^{2}\right )} g^{2}\right )} x\right )} \sqrt {-e g} \arctan \left (\frac {{\left (2 \, e g x + e f + d g\right )} \sqrt {-e g} \sqrt {e x + d} \sqrt {g x + f}}{2 \, {\left (e^{2} g^{2} x^{2} + d e f g + {\left (e^{2} f g + d e g^{2}\right )} x\right )}}\right ) + 2 \, {\left (c d e^{2} f g - {\left (3 \, c d^{2} e - 2 \, b d e^{2} + 2 \, a e^{3}\right )} g^{2} + {\left (c e^{3} f g - c d e^{2} g^{2}\right )} x\right )} \sqrt {e x + d} \sqrt {g x + f}}{2 \, {\left (d e^{4} f g^{2} - d^{2} e^{3} g^{3} + {\left (e^{5} f g^{2} - d e^{4} g^{3}\right )} x\right )}}\right ] \]

[In]

integrate((c*x^2+b*x+a)/(e*x+d)^(3/2)/(g*x+f)^(1/2),x, algorithm="fricas")

[Out]

[-1/4*((c*d*e^2*f^2 + 2*(c*d^2*e - b*d*e^2)*f*g - (3*c*d^3 - 2*b*d^2*e)*g^2 + (c*e^3*f^2 + 2*(c*d*e^2 - b*e^3)
*f*g - (3*c*d^2*e - 2*b*d*e^2)*g^2)*x)*sqrt(e*g)*log(8*e^2*g^2*x^2 + e^2*f^2 + 6*d*e*f*g + d^2*g^2 + 4*(2*e*g*
x + e*f + d*g)*sqrt(e*g)*sqrt(e*x + d)*sqrt(g*x + f) + 8*(e^2*f*g + d*e*g^2)*x) - 4*(c*d*e^2*f*g - (3*c*d^2*e
- 2*b*d*e^2 + 2*a*e^3)*g^2 + (c*e^3*f*g - c*d*e^2*g^2)*x)*sqrt(e*x + d)*sqrt(g*x + f))/(d*e^4*f*g^2 - d^2*e^3*
g^3 + (e^5*f*g^2 - d*e^4*g^3)*x), 1/2*((c*d*e^2*f^2 + 2*(c*d^2*e - b*d*e^2)*f*g - (3*c*d^3 - 2*b*d^2*e)*g^2 +
(c*e^3*f^2 + 2*(c*d*e^2 - b*e^3)*f*g - (3*c*d^2*e - 2*b*d*e^2)*g^2)*x)*sqrt(-e*g)*arctan(1/2*(2*e*g*x + e*f +
d*g)*sqrt(-e*g)*sqrt(e*x + d)*sqrt(g*x + f)/(e^2*g^2*x^2 + d*e*f*g + (e^2*f*g + d*e*g^2)*x)) + 2*(c*d*e^2*f*g
- (3*c*d^2*e - 2*b*d*e^2 + 2*a*e^3)*g^2 + (c*e^3*f*g - c*d*e^2*g^2)*x)*sqrt(e*x + d)*sqrt(g*x + f))/(d*e^4*f*g
^2 - d^2*e^3*g^3 + (e^5*f*g^2 - d*e^4*g^3)*x)]

Sympy [F]

\[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=\int \frac {a + b x + c x^{2}}{\left (d + e x\right )^{\frac {3}{2}} \sqrt {f + g x}}\, dx \]

[In]

integrate((c*x**2+b*x+a)/(e*x+d)**(3/2)/(g*x+f)**(1/2),x)

[Out]

Integral((a + b*x + c*x**2)/((d + e*x)**(3/2)*sqrt(f + g*x)), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((c*x^2+b*x+a)/(e*x+d)^(3/2)/(g*x+f)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more
details)Is e

Giac [A] (verification not implemented)

none

Time = 0.34 (sec) , antiderivative size = 195, normalized size of antiderivative = 1.51 \[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=-\frac {4 \, {\left (c d^{2} g - b d e g + a e^{2} g\right )}}{{\left (e^{2} f - d e g - {\left (\sqrt {e g} \sqrt {e x + d} - \sqrt {e^{2} f + {\left (e x + d\right )} e g - d e g}\right )}^{2}\right )} \sqrt {e g} {\left | e \right |}} + \frac {{\left (c e f + 3 \, c d g - 2 \, b e g\right )} \log \left ({\left (\sqrt {e g} \sqrt {e x + d} - \sqrt {e^{2} f + {\left (e x + d\right )} e g - d e g}\right )}^{2}\right )}{2 \, \sqrt {e g} e g {\left | e \right |}} + \frac {\sqrt {e^{2} f + {\left (e x + d\right )} e g - d e g} \sqrt {e x + d} c {\left | e \right |}}{e^{4} g} \]

[In]

integrate((c*x^2+b*x+a)/(e*x+d)^(3/2)/(g*x+f)^(1/2),x, algorithm="giac")

[Out]

-4*(c*d^2*g - b*d*e*g + a*e^2*g)/((e^2*f - d*e*g - (sqrt(e*g)*sqrt(e*x + d) - sqrt(e^2*f + (e*x + d)*e*g - d*e
*g))^2)*sqrt(e*g)*abs(e)) + 1/2*(c*e*f + 3*c*d*g - 2*b*e*g)*log((sqrt(e*g)*sqrt(e*x + d) - sqrt(e^2*f + (e*x +
 d)*e*g - d*e*g))^2)/(sqrt(e*g)*e*g*abs(e)) + sqrt(e^2*f + (e*x + d)*e*g - d*e*g)*sqrt(e*x + d)*c*abs(e)/(e^4*
g)

Mupad [F(-1)]

Timed out. \[ \int \frac {a+b x+c x^2}{(d+e x)^{3/2} \sqrt {f+g x}} \, dx=\int \frac {c\,x^2+b\,x+a}{\sqrt {f+g\,x}\,{\left (d+e\,x\right )}^{3/2}} \,d x \]

[In]

int((a + b*x + c*x^2)/((f + g*x)^(1/2)*(d + e*x)^(3/2)),x)

[Out]

int((a + b*x + c*x^2)/((f + g*x)^(1/2)*(d + e*x)^(3/2)), x)